Uses of Interface
org.eclipse.vtp.framework.interactions.core.media.IResourceManagerRegistry

Packages that use IResourceManagerRegistry
org.eclipse.vtp.framework.engine.http   
org.eclipse.vtp.framework.interactions.core.services   
 

Uses of IResourceManagerRegistry in org.eclipse.vtp.framework.engine.http
 

Classes in org.eclipse.vtp.framework.engine.http that implement IResourceManagerRegistry
 class Deployment
          A process deployed on the HTTP connector.
 

Uses of IResourceManagerRegistry in org.eclipse.vtp.framework.interactions.core.services
 

Constructors in org.eclipse.vtp.framework.interactions.core.services with parameters of type IResourceManagerRegistry
MediaProviderRegistry(IProcessContext context, IContentTypeRegistry content, IFormatterRegistry formatters, IResourceManagerRegistry resources, MediaProviderConfiguration[] configurations, MediaProviderBindingConfiguration[] bindings)
          Creates a new MediaProviderRegistry.